projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0c9b9c
)
(struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Fri, 27 Jul 2007 08:40:54 +0000
(08:40 +0000)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Fri, 27 Jul 2007 08:40:54 +0000
(08:40 +0000)
New member fringe_extended_p.
src/xterm.h
patch
|
blob
|
history
diff --git
a/src/xterm.h
b/src/xterm.h
index 70e0522e9cc6117627c4f72376a01837d2b03efa..65499d45b0f52ec0c08ce8ac32ac07a561abdd3e 100644
(file)
--- a/
src/xterm.h
+++ b/
src/xterm.h
@@
-807,6
+807,12
@@
struct scroll_bar
place where the user grabbed it. If the handle isn't currently
being dragged, this is Qnil. */
Lisp_Object dragging;
+
+#ifdef USE_TOOLKIT_SCROLL_BARS
+ /* t if the background of the fringe that is adjacent to a scroll
+ bar is extended to the gap between the fringe and the bar. */
+ Lisp_Object fringe_extended_p;
+#endif
};
/* The number of elements a vector holding a struct scroll_bar needs. */